home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00506.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  362 b   |  19 lines

  1. on mouseUp
  2.   global lightswitch3, gobackto, spriteloo, biggie, iambig
  3.   set biggie to 1
  4.   if lightswitch3 = 0 then
  5.     unLoad(250)
  6.     set lightswitch3 to 0
  7.     puppetSound("rainfor.aiffse")
  8.     go("photobig")
  9.     exit
  10.   end if
  11.   if lightswitch3 = 0 then
  12.     puppetSound(0)
  13.     set lightswitch3 to 0
  14.     set biggie to 0
  15.     go("photoloop")
  16.     exit
  17.   end if
  18. end
  19.